←Select platform

TransformPoints(LeadPointD[],LeadPointD[]) Method

Summary

Transforms the specified points by this LeadMatrix.

Syntax

C#
VB
WinRT C#
C++
public void TransformPoints(  
   Leadtools.LeadPointD[] srcPoints, 
   Leadtools.LeadPointD[] destPoints 
) 
Public Overloads Sub TransformPoints( _ 
   ByVal srcPoints() As Leadtools.LeadPointD, _ 
   ByVal destPoints() As Leadtools.LeadPointD _ 
)  
public void TransformPoints(  
   Leadtools.LeadPointD[] srcPoints, 
   Leadtools.LeadPointD[] destPoints 
) 
 function Leadtools.LeadMatrix.TransformPoints(LeadPointD[],LeadPointD[])(  
   srcPoints , 
   destPoints  
) 

Parameters

srcPoints
The points to transform.

destPoints
An array that contains the transformed points.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly